.form-wrapper {
  max-width: 380px;
  display: block;
  background: #f1f1f1;
  margin: 0 auto;
  border-radius: 4px;
}

/* Ensure the red header area shows your custom FF5C5C color */
.form-wrapper > div:first-of-type {
  background-color: #FF5C5C !important;
  padding: 8px;
}

/* Make sure text is visible (white text on red background) */
.form-wrapper > div:first-of-type p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: #fff !important;
}

/* Hide header if not needed */
.form-header {
  display: none;
}

.form-body {
  padding: 16px;
  background-color: #f1f1f1;
}

.form-check,
.form-check-label,
.form-check-label a {
  line-height: 1.2;
  cursor: pointer;
  color: #333;
}

.form-btn-holder,
li.iti__country {
  margin-bottom: 0;
}

.active-step,
.step-btn {
  background-color: #FF5C5C !important;
}

#successModal {
  z-index: 9999;
}
